FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.nfdi4health.mds#2.0.0 (62 ms)

Package de.nfdi4health.mds
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.nfdi4health.mds@2.0.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-related-artifact-non-nfdi
Url https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-related-artifact-non-nfdi
Version 0.9
Status draft
Name NFDI4Health_EX_MDS_Related_Artifact_Non_NFDI
Title NFDI4Health EX MDS Related Artifact Non NFDI
Experimental False
Description RelatedArtifact intended to capture information about Resources other than NFDI4Health resources.
Type Extension
Kind complex-type

Resources that use this resource

StructureDefinition
https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-related-artifact-resource NFDI4Health PR MDS Related Artifact Resource

Resources that this resource uses

StructureDefinition
https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-related-artifact-reltype-non-nfdi-resource NFDI4Health EX MDS Related Artifact Relation Type Non NFDI4Health Resource
https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-resource-type-general NFDI4Health EX MDS Resource Type General
https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-identifier-type-related-artifact-nci-local NFDI4Health VS MDS Identifier Type Related Artifact [NCI, local]


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "nfdi4health-ex-mds-related-artifact-non-nfdi",
  "url" : "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-related-artifact-non-nfdi",
  "version" : "0.9",
  "name" : "NFDI4Health_EX_MDS_Related_Artifact_Non_NFDI",
  "title" : "NFDI4Health EX MDS Related Artifact Non NFDI",
  "status" : "draft",
  "publisher" : "NFDI4Health",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description" : "RelatedArtifact intended to capture information about Resources other than NFDI4Health resources.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "NFDI4Health",
      "name" : "NFDI4Health to FHIR Mapping"
    }
  ],
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [
    {
      "type" : "element",
      "expression" : "RelatedArtifact"
    }
  ],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Extension",
        "path" : "Extension",
        "short" : "Related resources",
        "definition" : "Group of items providing information about identifiers (IDs) of the resources related to the given [RESOURCE], e.g. DOIs of publications, datasets, study documents or links to web pages.",
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.ids"
          }
        ]
      },
      {
        "id" : "Extension.extension",
        "path" : "Extension.extension",
        "min" : 2
      },
      {
        "id" : "Extension.extension:identifier",
        "path" : "Extension.extension",
        "sliceName" : "identifier",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Extension.extension:identifier.extension",
        "path" : "Extension.extension.extension",
        "max" : "0"
      },
      {
        "id" : "Extension.extension:identifier.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "identifier"
      },
      {
        "id" : "Extension.extension:identifier.value[x]",
        "path" : "Extension.extension.value[x]",
        "type" : [
          {
            "code" : "Identifier"
          }
        ]
      },
      {
        "id" : "Extension.extension:identifier.value[x].type",
        "path" : "Extension.extension.value[x].type",
        "short" : "Type of the identifier",
        "definition" : "Type of the identifier of the related resource.",
        "comment" : "Select one value from the list.",
        "example" : [
          {
            "label" : "Example of an identifier type of a related resource.",
            "valueString" : "DOI"
          }
        ],
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-identifier-type-related-artifact-nci-local"
        },
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.ids.scheme"
          }
        ]
      },
      {
        "id" : "Extension.extension:identifier.value[x].value",
        "path" : "Extension.extension.value[x].value",
        "short" : "Identifier of the related resource",
        "definition" : "Identifier (ID) related to, or associated with, the [RESOURCE] being registered. These can be IDs of related publications, datasets, study documents, web pages, etc.",
        "comment" : "Additional Information: a) Publications like journal articles usually have a DOI, e.g. 10.3238/arztebl.2020.0861.b) A link (URL) starting with 'http(s)://' to a web page with any additional information can also be provided. | Short Input Help: If existing, you can specify here identifier(s) of any related resources, e.g. DOIs of publications, datasets, study documents, links to web pages, etc.",
        "example" : [
          {
            "label" : "Example of an identifier from a related resource",
            "valueString" : "10.4126/FRL01-006431467"
          }
        ],
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.ids.identifier"
          }
        ]
      },
      {
        "id" : "Extension.extension:relationType",
        "path" : "Extension.extension",
        "sliceName" : "relationType",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-related-artifact-reltype-non-nfdi-resource"
            ]
          }
        ],
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.ids.relationType"
          }
        ]
      },
      {
        "id" : "Extension.extension:resourceTypeGeneral",
        "path" : "Extension.extension",
        "sliceName" : "resourceTypeGeneral",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-resource-type-general"
            ]
          }
        ],
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.ids.resourceTypeGeneral"
          }
        ]
      },
      {
        "id" : "Extension.url",
        "path" : "Extension.url",
        "fixedUri" : "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-ex-mds-related-artifact-non-nfdi"
      },
      {
        "id" : "Extension.value[x]",
        "path" : "Extension.value[x]",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.